-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: allow to use fixed mgmt IPs #63
base: main
Are you sure you want to change the base?
Conversation
Hi @titouan-joseph , can we have scenario this PR going to address? |
Yes, we want to have a fixed IP for our management subnet but we cannot assign it. Here how we have done the job mgmt_subnet_ids = [{ "subnet_id" = aws_subnet.mgmt[count.index].id, "public_ip" = false, "private_ip_primary" = var.f5_mgmt_ip[count.index] }] The var |
The weird thing is that the local variable |
Hi @RavinderReddyF5, I have finally found the last working version ! What we want to do : use a fixed IP for the management interfaces, we don't want public IP via EIP. I think my PR should solve the problem.. Another point that I think it is weired, it is we switch the |
Hi @titouan-joseph , i got into some issue while running changes. will merge PR once resoled those issue |
Got it ! |
fix: inversed condition for mgmt public / private IP
@RavinderReddyF5 can you have a lok to this ?
We cannot assign fixed IPs on the management subnet